-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/integration #72
Conversation
Used The API contract to determine what response needs to be made when creating a workspace
Used The API contract to determine what response needs to be made when getting a workspace
Used The API contract to determine what response needs to be made when updating a workspace
Used The API contract to determine what response needs to be made when deleting a workspace
Used The API contract to determine what response needs to be made when posting a workspace.
Used The API contract to determine what response needs to be made when getting lecture material.
Changed endpoint and include the update workspace.
Includes the Delete Material Code
Includes List All Material Code
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #72 +/- ##
===========================================
+ Coverage 60.63% 66.88% +6.25%
===========================================
Files 29 41 +12
Lines 315 450 +135
Branches 14 14
===========================================
+ Hits 191 301 +110
- Misses 122 147 +25
Partials 2 2 ☔ View full report in Codecov by Sentry. |
I think this should go to develop first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Pull Request
Description:
I have added the integration code for materials and workspaces using the services contract for guidance
Related Issues:
Unable to test if the integration code works just yet
Type of Change:
Checklist:
Reviewers:
Testing Instructions:
No testing instructions
Screenshots (if applicable):
N/A
Additional Notes:
N/A